From aba9b38f5af1bf510409659924dde960a11a681c Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Tue, 17 Nov 2015 15:23:53 -0500 Subject: [PATCH] This moves reliability files out of the libraries directory and into reliability Since the reliability module is inherently project specific, the (unused) ability to load from php/libraries is also removed. Existing projects will need to move NDB_Reliability* from project/libraries to project/reliability --- php/libraries/NDB_Caller.class.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/php/libraries/NDB_Caller.class.inc b/php/libraries/NDB_Caller.class.inc index 00a510f3090..2308dc92666 100644 --- a/php/libraries/NDB_Caller.class.inc +++ b/php/libraries/NDB_Caller.class.inc @@ -202,12 +202,9 @@ class NDB_Caller extends PEAR } // 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(