CC-2272: Ability to change storage directory location
-fix SQL syntax error
This commit is contained in:
parent
9d994aa225
commit
012aa51f3a
2 changed files with 3 additions and 3 deletions
|
@ -832,7 +832,7 @@ class StoredFile {
|
|||
// ." AND m.id = $dir_id";
|
||||
$sql = "SELECT filepath as fp"
|
||||
." FROM CC_FILES"
|
||||
." WHERE f.directory = $dir_id";
|
||||
." WHERE directory = $dir_id";
|
||||
|
||||
$rows = $CC_DBC->getAll($sql);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue