* fix the error of warning under 5.4.

This commit is contained in:
wangchunsheng
2013-01-10 01:11:49 +00:00
parent 8b8b3eddb9
commit ec17e09341

View File

@@ -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;