This commit is contained in:
Logsol 2013-07-10 14:27:24 +02:00
parent 91aa15d253
commit febd8f0883
8 changed files with 69 additions and 47 deletions

View file

@ -18,7 +18,7 @@ class PageController extends Katharsis_Controller_Abstract
$url = substr($method, 0, -6); // remove Action from urlAction
$pageId = $this->_page->getIdByUrl($url);
$pageId = $this->_page->getIdByUrl($url, $preview);
if(!$pageId) {
throw new DidgeridooArtwork_Exception('Page konnte nicht geladen werden.');