mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
removed an echo I left in ExecObject()
This commit is contained in:
parent
5bbe1f8056
commit
17347d9bcb
@ -101,7 +101,6 @@
|
||||
{
|
||||
/* Need to make sure this is working against a single dimensional object */
|
||||
$partscount = substr_count($object, '.');
|
||||
echo 'partscount = '.$partscount;
|
||||
if ($partscount == 2)
|
||||
{
|
||||
list($appname,$classname,$functionname) = explode(".", $object);
|
||||
|
Loading…
Reference in New Issue
Block a user