forked from extern/egroupware
"removed permanent error_log() in set_cache"
This commit is contained in:
parent
c635c11f32
commit
44c3c3f75a
@ -1033,7 +1033,7 @@ class egw_link extends solink
|
|||||||
*/
|
*/
|
||||||
public static function set_cache($app,$id,$title,$file_access=null)
|
public static function set_cache($app,$id,$title,$file_access=null)
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."($app,$id,$title,$file_access)");
|
//error_log(__METHOD__."($app,$id,$title,$file_access)");
|
||||||
if (!is_null($file_access))
|
if (!is_null($file_access))
|
||||||
{
|
{
|
||||||
$cache =& self::get_cache($app,$id);
|
$cache =& self::get_cache($app,$id);
|
||||||
|
Loading…
Reference in New Issue
Block a user