Skip to content

Commit

Permalink
Removed include_once() to avoid "Cannot redeclare class" (#76)
Browse files Browse the repository at this point in the history
(cherry picked from commit 86fa840)
  • Loading branch information
chs2 authored and andrerom committed Sep 20, 2018
1 parent 5fcfaca commit 4ad222e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ public static function update( $nodeArray = array() )
unset( $anonymousUser, $anonymousUserId );
}

include_once( 'kernel/classes/ezcontentcache.php' );

$ini = eZINI::instance( 'block.ini' );
$db = eZDB::instance();

Expand Down

0 comments on commit 4ad222e

Please sign in to comment.