add current dev version (WIP)
[GitHub/Stricted/Domain-Control-Panel.git] / lib / system / template / plugins / prefilter.hascontent.php
index 304995465da4b057dcdafeb457dfb517db0c1d7c..addd485ff0d960c5b3e2c6e83e66f41f9cc0e840 100644 (file)
@@ -22,7 +22,7 @@
  * @category   Community Framework
  */
 
-function smarty_prefilter_hascontent($source, &$smarty) {
+function smarty_prefilter_hascontent($source, $smarty) {
        $ldq = preg_quote($smarty->left_delimiter, '~');
        $rdq = preg_quote($smarty->right_delimiter, '~');