s...@ull.at
unread,Jun 16, 2014, 8:48:58 AM6/16/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ullrigh...@googlegroups.com
Author: klemens
Date: 2014-06-16 14:48:56 +0200 (Mon, 16 Jun 2014)
New Revision: 4109
Modified:
trunk/plugins/ullCmsPlugin/lib/model/doctrine/PluginUllCmsItem.class.php
Log:
added debug message
Modified: trunk/plugins/ullCmsPlugin/lib/model/doctrine/PluginUllCmsItem.class.php
===================================================================
--- trunk/plugins/ullCmsPlugin/lib/model/doctrine/PluginUllCmsItem.class.php 2014-06-04 06:36:07 UTC (rev 4108)
+++ trunk/plugins/ullCmsPlugin/lib/model/doctrine/PluginUllCmsItem.class.php 2014-06-16 12:48:56 UTC (rev 4109)
@@ -82,6 +82,10 @@
$return = array_merge($this->buildFullPathName($object->Parent, $lang), $return);
}
+
+ // For Debugging: if the function loops endlessly here check setting of
+ // the name field!
+
// We have to refetch the Translations for pages if not loaded
if (!$object->name)
{