Skip to content

Commit ffb639a

Browse files
committed
Warnings on scripts tab when empty
Fixes rlerdorf#38
1 parent 4867346 commit ffb639a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opcache.php

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public function getConfigDataRows()
9898

9999
public function getScriptStatusRows()
100100
{
101+
$dirs = array();
101102
foreach ($this->_status['scripts'] as $key => $data) {
102103
$dirs[dirname($key)][basename($key)] = $data;
103104
$this->_arrayPset($this->_d3Scripts, $key, array(

0 commit comments

Comments
 (0)