From c5bad9ea1b88adffe41390a9de13cea9bf0189f8 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 8 May 2013 09:39:34 -0400 Subject: [PATCH] Fixes issue #172: Added Object::className(). --- apps/bootstrap/protected/views/layouts/main.php | 6 ++++-- apps/bootstrap/protected/views/site/contact.php | 4 +++- apps/bootstrap/protected/views/site/login.php | 4 +++- framework/base/Object.php | 8 ++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/apps/bootstrap/protected/views/layouts/main.php b/apps/bootstrap/protected/views/layouts/main.php index 0eaeb99..1e8a3af 100644 --- a/apps/bootstrap/protected/views/layouts/main.php +++ b/apps/bootstrap/protected/views/layouts/main.php @@ -1,9 +1,11 @@ registerAssetBundle('app'); ?> beginPage(); ?> @@ -23,7 +25,7 @@ $this->registerAssetBundle('app');