]> git.mxchange.org Git - core.git/commitdiff
Fixed: Fatal error: Access to undeclared static property: BaseFrameworkSystem::$hashL...
authorRoland Haeder <roland@mxchange.org>
Sat, 31 May 2014 11:49:25 +0000 (13:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 31 May 2014 11:49:25 +0000 (13:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/file_directories/class_BaseFile.php

index 40ad97b19e7315b97f11e4a03440a5de327a45ba..02e04fe1b7367f8e93f4a966a88920bfcfdd177e 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
+       /**
+        * Length of output from hash()
+        */
+       private static $hashLength = NULL;
+
        /**
         * The real class name
         */
        /**
         * The real class name
         */
index a625624ee03df1040dfa2d38a3ab08696d6aa7ee..806745d11c2a8716d35a7cda0ac08ec80005baa8 100644 (file)
@@ -79,11 +79,6 @@ class BaseFile extends BaseFrameworkSystem {
         */
        const GAPS_INDEX_END = 'end';
 
         */
        const GAPS_INDEX_END = 'end';
 
-       /**
-        * Length of output from hash()
-        */
-       private static $hashLength = NULL;
-
        /**
         * Counter for total entries
         */
        /**
         * Counter for total entries
         */