mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix CS lib/classes
This commit is contained in:
@@ -172,7 +172,7 @@ class record_exportElement extends record_adapter
|
||||
|
||||
$downloadable_settings = $subdef->is_downloadable();
|
||||
|
||||
if ( ! $downloadable_settings || $go_dl[$class] === false) {
|
||||
if (! $downloadable_settings || $go_dl[$class] === false) {
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -233,7 +233,7 @@ class record_exportElement extends record_adapter
|
||||
*/
|
||||
private function add_count($name, $size)
|
||||
{
|
||||
if ( ! $this->size) {
|
||||
if (! $this->size) {
|
||||
$objectsize = array();
|
||||
} else
|
||||
$objectsize = $this->size;
|
||||
|
Reference in New Issue
Block a user