[geeklog-cvs] MVCnPHP CommandFactory.class.php,1.2,1.3

tony at geeklog.net tony at geeklog.net
Mon Dec 8 23:14:10 EST 2003


Update of /usr/cvs/geeklog/MVCnPHP
In directory geeklog_prod:/tmp/cvs-serv25857

Modified Files:
	CommandFactory.class.php 
Log Message:
Now simply end processing if we get an empty command name

Index: CommandFactory.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/CommandFactory.class.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CommandFactory.class.php	28 Aug 2003 01:31:22 -0000	1.2
--- CommandFactory.class.php	9 Dec 2003 04:14:08 -0000	1.3
***************
*** 41,45 ****
      {
          if (empty($name)) {
-             trigger_error('No command name specified in CommandFactory::getCommand');
              exit;
          }
--- 41,44 ----





More information about the geeklog-cvs mailing list