Renamed more and moved code to Block interface.
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 4744d9fe66a96bf102ae49a0be1bec53ad734c2a..0c08a67a364a0cee1d477d3facee68b7abcbeaa6 100644 (file)
@@ -3066,7 +3066,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
         * @param       $str            String to look in
         * @return      $isFound        Whether the block separator has been found
         */
-       public function isBlockSeparatorFound ($str) {
+       public static function isBlockSeparatorFound ($str) {
                // Determine it
                $isFound = (strpos($str, self::getBlockSeparator()) !== FALSE);