Skip to content
Snippets Groups Projects
Commit 405b2488 authored by pbarroca's avatar pbarroca
Browse files

Suppression xdebug_break

parent 4a6d4222
No related merge requests found
......@@ -96,11 +96,9 @@ class Class_AlbumCategorie extends Storm_Model_Abstract {
}
public function getItems() {
xdebug_break();
return Class_Album::getLoader()->getItemsOf($this->getId());
}
public function isNew() {
return parent::isNew() || 0 == $this->getId();
}
......
......@@ -114,7 +114,6 @@ class ZendAfi_View_Helper_TreeView extends Zend_View_Helper_Abstract {
$html .= $this->_renderContainerActions($container);
xdebug_break();
if ($container->hasChildren()) {
$html .= '<ul style="display:none;" id="child-of-' . $container->getId() . '">';
......
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