summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--framework/TShellApplication.php10
2 files changed, 10 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9800da03..f60175c3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8,6 +8,7 @@ BUG: Issue#188 - TDbCache doesn't check if db connection is active. (Yves)
BUG: Issue#189 - Page State corrupted when EnableStateValidation=False (Christophe)
BUG: Issue#191 - Bad parsing of MySQL ENUM type column (Yves)
BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe)
+BUG: Issue#200 - TShellApplication failed when no service are defined in application configuration. (Christophe)
BUG: Issue#208 - TDbConnection.Charset not working properly (googlenew at pcforum.hu, Christophe)
BUG: Issue#212 - Mistaken query executed by TMysqlMetaData (pbenny, Christophe)
BUG: Issue#216 - TTabPanel doesn't preserve active tab on callback request (googlenew at pcforum.hu,Christophe)
diff --git a/framework/TShellApplication.php b/framework/TShellApplication.php
index 0d2cb826..e8560abf 100644
--- a/framework/TShellApplication.php
+++ b/framework/TShellApplication.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2008 PradoSoft
+ * @copyright Copyright &copy; 2005-2008 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System
@@ -35,6 +35,14 @@
*/
class TShellApplication extends TApplication
{
+
+ /**
+ * Override parent implementation. TShellApplication doesn't need to start any service
+ */
+ public function startService($serviceID)
+ {
+
+ }
/**
* Runs the application.
* This method overrides the parent implementation by initializing