changeset 37 | 3afbd6374442 |
parent 34 | 5e9bd8e5c6bf |
child 38 | 512951548faa |
--- a/plugins/gallery/viewimage.php Thu Jul 23 17:22:17 2009 -0400 +++ b/plugins/gallery/viewimage.php Wed Aug 26 23:21:56 2009 -0400 @@ -516,7 +516,7 @@ } } - function error_404() + function error_404($userpage = false) { echo '<h3>There is no image in the gallery with this ID.</h3>'; echo '<p>You have requested an image that couldn\'t be looked up. Please check the URL and try again, or visit the <a href="' . makeUrlNS('Special', 'Gallery') . '">Gallery index</a>.</p>';