cbf937417b0d0570bb35448866bf8db0efd29f2b

Author: Mark Story

Date: 2008-12-18 21:00:10 -0500

Removing array() and reverting back to null

diff --git a/views/debug.php b/views/debug.php index 3912acb..d296bc6 100644 --- a/views/debug.php +++ b/views/debug.php @@ -40,7 +40,7 @@ class DebugView extends DoppelGangerView { * * @var string */ - var $_oldExtension = array(); + var $_oldExtension = null; /** * Overload _render to capture filenames and time actual rendering of each view file *