From ec17e09341fc7d371e091bc41b290d426f95d8a0 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 10 Jan 2013 01:11:49 +0000 Subject: [PATCH] * fix the error of warning under 5.4. --- framework/router.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/router.class.php b/framework/router.class.php index 6705c4ceca..30b6100660 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -1435,6 +1435,7 @@ class router */ public function exportConfig() { + $view = new stdclass(); $view->version = $this->config->version; $view->requestType = $this->config->requestType; $view->pathType = $this->config->pathType;