diff --git a/inc/parserutils.php b/inc/parserutils.php
index bbe0db1c058fa13d747c2a17024c94800a6c0ed3..9f5473d477a3d325d36cb8da2d1770697b744455 100644
--- a/inc/parserutils.php
+++ b/inc/parserutils.php
@@ -664,7 +664,7 @@ function p_render($mode,$instructions,&$info){
     // Loop through the instructions
     foreach ( $instructions as $instruction ) {
         // Execute the callback against the Renderer
-        call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
+        call_user_func_array(array(&$Renderer, $instruction[0]), $instruction[1] ? $instruction[1] : array());
     }
 
     //set info array