Skip to content

Commit

Permalink
Missed this change with last commit. Match method signatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 31, 2014
1 parent a0e4100 commit 5600800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wicked/lib/Page.php
Expand Up @@ -430,8 +430,10 @@ public function history()

/**
* Renders this page in diff mode.
*
* @param string $version The version to diff this page against.
*/
public function diff()
public function diff($version)
{
throw new Wicked_Exception(_("Unsupported"));
}
Expand Down

0 comments on commit 5600800

Please sign in to comment.