Apparently didn't nail the last of that namespace typo
authorDan
Thu, 29 Nov 2007 22:47:20 -0500
changeset 16 36dd990c0c25
parent 15 ac7d3dedcc44
child 17 ecb96b051d08
Apparently didn't nail the last of that namespace typo
plugins/gallery/search.php
--- a/plugins/gallery/search.php	Sat Nov 24 11:43:34 2007 -0500
+++ b/plugins/gallery/search.php	Thu Nov 29 22:47:20 2007 -0500
@@ -156,7 +156,7 @@
               ' . $text . '
             </td>
             <td valign="top" style="text-align: right; width: 80px; padding-left: 10px;">
-              <a href="' . makeUrlNS('Image', $row['img_id']) . '"><img alt="[thumbnail]" src="' . makeUrlNS('Special', "GalleryFetcher/thumb/{$row['img_id']}") . '" /></a>
+              <a href="' . makeUrlNS('Gallery', $row['img_id']) . '"><img alt="[thumbnail]" src="' . makeUrlNS('Special', "GalleryFetcher/thumb/{$row['img_id']}") . '" /></a>
             </td>
           </tr>
         </table>