Code

Fixecd exec call.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Aug 2008 09:35:43 +0000 (09:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Aug 2008 09:35:43 +0000 (09:35 +0000)
-Accidentally added reference test.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12231 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_plugin.inc

index a17378c8775ef3438a36317e288a9fc7820462f8..8c57c441961039ba3c5a21867a7f34a92ba27179 100644 (file)
@@ -561,7 +561,7 @@ class plugin
       if (check_command($command)){
         @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
             $command, "Execute");
-        exec($command,&$arr);
+        exec($command,$arr);
         foreach($arr as $str){
           @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
             $command, "Result: ".$str);
@@ -600,7 +600,7 @@ class plugin
         @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
             $command, "Execute");
 
-        exec($command,&$arr);
+        exec($command,$arr);
         foreach($arr as $str){
           @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
             $command, "Result: ".$str);
@@ -639,7 +639,7 @@ class plugin
         @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
             $command, "Execute");
 
-        exec($command,&$arr);
+        exec($command,$arr);
         foreach($arr as $str){
           @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
             $command, "Result: ".$str);