Wednesday 02 February 2011 9:04:05 am
Hi,
I noticed that github's stable-4.4 branch isn't up to date. For instance https://github.com/ezsystems/ezpublish/blob/stable-4.4/kernel/classes/ezcontentobjecttreenode.php doesn't match with the current 4.4 distributed here : http://share.ez.no/download-develop/downloads/ez-publish-community-project-4.4-fuji#platform for instance, line 3783 on github :
$hasPendingObject = false;
$db = eZDB::instance(); $db->begin();
$userClassIDArray = eZUser::contentClassIDs();
foreach ( $deleteIDArray as $deleteID ) { and in 4-4 :
$canRemoveAll = true;
$db = eZDB::instance(); $db->begin();
$userClassIDArray = eZUser::contentClassIDs();
foreach ( $deleteIDArray as $deleteID ) {
$hasPendingObject = false; Is this normal ? Is there a real 4-4 somewhere on github ?
http://www.smile.fr
|