diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-18 23:49:50 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-18 23:49:50 +0200 |
| commit | 8f75b966aa7376e2febe42f0d39257a8b3eec667 (patch) | |
| tree | a20e255e9d4e749a44811c7b6e525b9c112f2270 /protected/config/main.php | |
| parent | 06d036c59abbca0b851dd2d820cf57f51514e86d (diff) | |
menustruktur optimiert
Diffstat (limited to 'protected/config/main.php')
| -rw-r--r-- | protected/config/main.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protected/config/main.php b/protected/config/main.php index 653a119..87266e5 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -91,9 +91,9 @@ return array( ), // uncomment the following to show log messages on web pages -// array( -// 'class'=>'CWebLogRoute', -// ), + array( + 'class'=>'CWebLogRoute', + ), ), ), |
