Skip to content

Commit

Permalink
Warnings on scripts tab when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten authored and cfoellmann committed Oct 11, 2016
1 parent 0586248 commit bdeaed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public function getConfigDataRows()

public function getScriptStatusRows()
{
$dirs = array();
foreach ($this->_status['scripts'] as $key => $data) {
$dirs[dirname($key)][basename($key)] = $data;
$this->_arrayPset($this->_d3Scripts, $key, array(
Expand Down

0 comments on commit bdeaed3

Please sign in to comment.