Oops
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Mon, 10 Jul 2006 09:28:45 +0000 (09:28 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:34:51 +0000 (00:34 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@76 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/misc.inc.php

index 926cac1..ea74181 100644 (file)
@@ -102,7 +102,7 @@ function makeHREF($params, $text = null)
 function makeImg($img, $alt, $height = null, $width = null)
 {
     if (function_exists('hook_makeImg')
-            && $res = hook_makeImg($img, $alt, $width)) {
+            && $res = hook_makeImg($img, $alt, $height, $width)) {
         return $res;
     }