diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 09:57:28 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 09:57:28 +0100 |
commit | 9787587c3817609b95f43da15120e55d693a10ee (patch) | |
tree | 7a1ef0c7737b008202e22cf9b60f5233d4a691b0 /app/class/modelart.php | |
parent | 83c3add386c187dbf06b9ff5cf33e749a35d1f23 (diff) | |
download | wcms-9787587c3817609b95f43da15120e55d693a10ee.tar.gz wcms-9787587c3817609b95f43da15120e55d693a10ee.zip |
new render engine for elements
Diffstat (limited to 'app/class/modelart.php')
-rw-r--r-- | app/class/modelart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/modelart.php b/app/class/modelart.php index 45ff3c2..e9d4b86 100644 --- a/app/class/modelart.php +++ b/app/class/modelart.php @@ -70,7 +70,7 @@ class Modelart extends Modeldb if ($art !== false) { return $art->$element(); } else { - return ''; + return false; } } } |