Commit a18ac290 by darh

Fixed a debuging code accident

git-svn-id: svn://dwoo.org/dwoo/trunk@249 0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent cd640a2b
...@@ -369,7 +369,6 @@ class Dwoo_Adapters_ZendFramework_View extends Zend_View_Abstract ...@@ -369,7 +369,6 @@ class Dwoo_Adapters_ZendFramework_View extends Zend_View_Abstract
* @return void * @return void
*/ */
public function setTemplateFile($tempateFileClass) { public function setTemplateFile($tempateFileClass) {
dbg($tempateFileClass);
$this->_templateFileClass = $tempateFileClass; $this->_templateFileClass = $tempateFileClass;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment