Skip to content

Commit

Permalink
Merge pull request #6 from wp-cloud/js-empty-tab
Browse files Browse the repository at this point in the history
Warnings on scripts tab when empty
  • Loading branch information
cfoellmann authored Oct 11, 2016
2 parents 0586248 + bdeaed3 commit 92e5212
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 92e5212

Please sign in to comment.