This mthod can't be called statically
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 2 Dec 2009 23:41:04 +0000 (18:41 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 2 Dec 2009 23:41:04 +0000 (18:41 -0500)
framework/Block/lib/Horde/Block.php

index fd5bd94..9432c1b 100644 (file)
@@ -92,7 +92,7 @@ class Horde_Block
      *
      * @return array  The block's configurable parameters.
      */
-    static public function getParams()
+    public function getParams()
     {
         /* Switch application contexts, if necessary. Return an error
          * immediately if pushApp() fails. */