Cleaned up ShowbuilderController
This commit is contained in:
parent
96f138a9fe
commit
d90559fdf8
1 changed files with 10 additions and 13 deletions
|
@ -248,11 +248,8 @@ class ShowbuilderController extends Zend_Controller_Action
|
||||||
|
|
||||||
//only send the schedule back if updates have been made.
|
//only send the schedule back if updates have been made.
|
||||||
// -1 default will always call the schedule to be sent back if no timestamp is defined.
|
// -1 default will always call the schedule to be sent back if no timestamp is defined.
|
||||||
if ($showBuilder->hasBeenUpdatedSince($timestamp, $instances)) {
|
$this->view->update = $showBuilder->hasBeenUpdatedSince(
|
||||||
$this->view->update = true;
|
$timestamp, $instances);
|
||||||
} else {
|
|
||||||
$this->view->update = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function builderFeedAction()
|
public function builderFeedAction()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue