projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9720fd8
)
Used ->find(true) on wrong object
author
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 4 Mar 2015 12:46:51 +0000
(13:46 +0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 4 Mar 2015 12:46:51 +0000
(13:46 +0100)
lib/imagefile.php
patch
|
blob
|
history
diff --git
a/lib/imagefile.php
b/lib/imagefile.php
index 97aa85c1ffb1e6a21508ec9d90dac80d17f74c84..ba7e428f6d38352de03e60190c1d0c90f2f30ccc 100644
(file)
--- a/
lib/imagefile.php
+++ b/
lib/imagefile.php
@@
-63,7
+63,7
@@
class ImageFile
if (!empty($this->id)) {
$this->fileRecord = new File();
$this->fileRecord->id = $this->id;
- if (!$this->find(true)) {
+ if (!$this->fi
leRecord->fi
nd(true)) {
// If we have set an ID, we need that ID to exist!
throw new NoResultException($this->fileRecord);
}