Browse Source

use variable instead of relative path to file

remotes/origin/stable6
Bernhard Posselt 13 years ago
parent
commit
a8075943c3
  1. 2
      lib/util.php

2
lib/util.php

@ -806,7 +806,7 @@ class OC_Util {
if(is_null($theme)) {
if(is_dir(__DIR__ . '/../themes/default')) {
if(is_dir(OC::$SERVERROOT . '/themes/default')) {
$theme = 'default';
}

Loading…
Cancel
Save