Skip to content

Commit

Permalink
Merge pull request #1409 from driusan/SeparateReliabilityDirectory
Browse files Browse the repository at this point in the history
This moves reliability files out of the libraries directory and into …
  • Loading branch information
driusan committed Nov 27, 2015
2 parents 37ff491 + aba9b38 commit 5105da6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions php/libraries/NDB_Caller.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,9 @@ class NDB_Caller
}

// it is a reliability form
$proj_reliable = $base . "project/libraries/"
. "NDB_Reliability_$test_name.class.inc";
$php_reliable = $base . "php/libraries/"
$proj_reliable = $base . "project/reliability/"
. "NDB_Reliability_$test_name.class.inc";
if ($this->existsAndRequire($proj_reliable)
|| $this->existsAndRequire($php_reliable)
) {

$html = $this->loadReliability(
Expand Down

0 comments on commit 5105da6

Please sign in to comment.