Skip to content

Commit

Permalink
This is a static method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 31, 2014
1 parent c7c367d commit 2c6edd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicked/lib/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function supports($mode)
* @return Wicked_Page The current page.
* @throws Wicked_Exception
*/
public function getCurrentPage()
static public function getCurrentPage()
{
return Wicked_Page::getPage(rtrim(Horde_Util::getFormData('page'), '/'),
Horde_Util::getFormData('version'),
Expand Down

0 comments on commit 2c6edd8

Please sign in to comment.