OSDN Git Service

FIX: リファレンスにまつわるコードを修正
[nucleus-jp/nucleus-next.git] / nucleus / libs / MEDIA.php
index 8293d01..422fd16 100644 (file)
@@ -737,7 +737,7 @@ class MediaObject
                        return FALSE;
                }
                
-               $original = call_user_func_array($function, array(&$fullpath));
+               $original = call_user_func_array($function, $fullpath);
                if ( !$original )
                {
                        return FALSE;