Last modified: 2010-05-15 15:38:48 UTC
Symptom: Upon clicking a link to [[Image:Foo.png]], the browser gives the following php error message: Fatal error: Call to a member function on a non-object in /var/srv/www/investor-wiki/includes/ImagePage.php on line 182
Created attachment 948 [details] Patch of includes/ImagePage.php for fixing this bug. The problem is found to be caused by an apparent syntax error in includes/ImagePage.php . This patch attempts to patch that syntax error.
Seems to trigger if $wgResizeImages is off.
Fix applied to REL1_5 and HEAD, will be included in 1.5.1.
*** Bug 3740 has been marked as a duplicate of this bug. ***