[jasmine-commit] SF.net SVN: newsphp: [129] trunk/jasmine/classes/Core.class.php
Brought to you by:
christoph_berg,
red-
|
From: <Re...@us...> - 2007-08-13 02:40:19
|
Revision: 129
http://newsphp.svn.sourceforge.net/newsphp/?rev=129&view=rev
Author: Red-
Date: 2007-08-12 19:40:23 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
Fixed a core error with an 'exit;'
Modified Paths:
--------------
trunk/jasmine/classes/Core.class.php
Modified: trunk/jasmine/classes/Core.class.php
===================================================================
--- trunk/jasmine/classes/Core.class.php 2007-08-13 02:39:23 UTC (rev 128)
+++ trunk/jasmine/classes/Core.class.php 2007-08-13 02:40:23 UTC (rev 129)
@@ -76,7 +76,7 @@
catch (NoClassFoundException $x)
{
echo $x->getMessage();
- exit 1;
+ exit;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|