Ticket #289 (new defect)

Opened 1 year ago

Missing quotes around eaccelerator_list_keys

Reported by: MaZderMind Assigned to: somebody
Priority: trivial Milestone: 0.9.6
Component: Control panel Version:
Keywords: Cc:

Description

In the current control.php you can find

if (function_exists(eaccelerator_list_keys)) {

this sould be changed to

if (function_exists('eaccelerator_list_keys')) {

Because it throws a Notice on a development-system with E_ALL-error-reporting (like on mine ;).