Oops
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Mon, 10 Jul 2006 09:28:45 +0000 (09:28 +0000)
committerx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Mon, 10 Jul 2006 09:28:45 +0000 (09:28 +0000)
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;
     }