summaryrefslogtreecommitdiffstats
path: root/pts-core/options/install_all.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-29 18:49:02 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-29 18:49:02 -0500
commit2d9499273f3f799b65ebe06c97786aa68ba797c7 (patch)
treec4455cb36cbeacffcc07828ebc7e1f92b6628f9d /pts-core/options/install_all.php
parentc7356bebfd9ade46678a591b6f53f06b8c0b7261 (diff)
downloadphoronix-test-suite-upstream-2d9499273f3f799b65ebe06c97786aa68ba797c7.tar.gz
phoronix-test-suite-upstream-2d9499273f3f799b65ebe06c97786aa68ba797c7.tar.xz
phoronix-test-suite-upstream-2d9499273f3f799b65ebe06c97786aa68ba797c7.zip
pts-core: Ensure all PTS options extend the pts_option_interface
Diffstat (limited to 'pts-core/options/install_all.php')
-rw-r--r--pts-core/options/install_all.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/install_all.php b/pts-core/options/install_all.php
index 24290d6..42143c2 100644
--- a/pts-core/options/install_all.php
+++ b/pts-core/options/install_all.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class install_all
+class install_all implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
include_once("pts-core/functions/pts-functions-install.php");