We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

#2504 closed Defect (fixed)

simplecache/view.php breaks when simplecache disabled

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

Description

$view was added in engine/start.php which overrides $view in simplecache/view.php when engine/start.php is required if simplecache is disabled.

Change History (1)

comment:1 Changed 3 years ago by brettp

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

(In [svn:6994]) Fixes #2504. Renamed $view to $view_name in simplecache/view.php to avoid var name collision with engine/start.php's $view.

Note: See TracTickets for help on using tickets.