We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

#2473 closed Defect (fixed)

initialise_entity_cache() is pointless

Reported by: brettp Owned by: ewinslow
Priority: normal Milestone: Elgg 1.8.0
Component: Core Version: Github Master
Severity: minor Keywords:
Cc: brettp Difficulty: trivial

Description

$ENTITY_CACHE is set to null directly above this function definition. All the function does is sets $ENTITY_CACHE to an array(). If initialise_entity_cache() is available, $ENTITY_CACHE has been set already. Just set it to an array.

Change History (3)

comment:1 Changed 3 years ago by brettp

  • Difficulty set to trivial

comment:2 Changed 3 years ago by ewinslow

  • Owner set to ewinslow
  • Status changed from new to assigned

comment:3 Changed 3 years ago by ewinslow

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [svn:7365]) Fixes #2473: removes initialise_entity_cache()

Note: See TracTickets for help on using tickets.