From: Michael J. Rubinsky Date: Wed, 2 Dec 2009 23:41:04 +0000 (-0500) Subject: This mthod can't be called statically X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6e78b98c5901908be06c2709e60088546e4b7627;p=horde.git This mthod can't be called statically --- diff --git a/framework/Block/lib/Horde/Block.php b/framework/Block/lib/Horde/Block.php index fd5bd9402..9432c1b52 100644 --- a/framework/Block/lib/Horde/Block.php +++ b/framework/Block/lib/Horde/Block.php @@ -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. */