Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
286
Merge Requests
38
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
c5ccd1c0
Commit
c5ccd1c0
authored
4 minutes ago
by
Mark Harding
Browse files
Options
Download
(fix): remedial fix for regression
#1156
parent
45ca0f12
master
No related merge requests found
Pipeline
#98113576
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
classes/ElggFile.php
View file @
c5ccd1c0
...
...
@@ -323,8 +323,8 @@ class ElggFile extends ElggObject {
/**
* Executed prior to object serialization
*/
public
function
__sleep
()
{
unset
(
$this
->
handle
);
}
//
public function __sleep()
//
{
//
unset($this->handle);
//
}
}
This diff is collapsed.
Please
register
or
sign in
to comment