This commit is contained in:
Michael RICOIS 2015-03-27 13:04:05 +00:00
parent 0ed40c5af9
commit ed28602d9a

View File

@ -23,6 +23,7 @@ class Application_Controller_Plugin_DataDate extends Zend_Controller_Plugin_Abst
->where('indexingEnd IS NOT NULL')
->order('createEnd DESC')
->limit(1);
Zend_Registry::get('firebug')->info($sql->__toString());
$view->DataDate = false;
try {