Console/Getargs.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 9 Aug 2011 09:28:16 +0000 (17:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 9 Aug 2011 09:28:16 +0000 (17:28 +0800)
Console/Getargs.php

index 74207f1..e9b49df 100644 (file)
@@ -224,7 +224,7 @@ class Console_Getargs
     function &factory($config = array(), $arguments = null)
     {
         // Create the options object.
-        $obj = & new Console_Getargs_Options();
+        $obj =   new Console_Getargs_Options();
 
         // Try to set up the arguments.
         $err = $obj->init($config, $arguments);