summaryrefslogtreecommitdiffstats
path: root/pts-core/options/make_download_cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/options/make_download_cache.php')
-rw-r--r--pts-core/options/make_download_cache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/make_download_cache.php b/pts-core/options/make_download_cache.php
index 0a9f552..aa2c471 100644
--- a/pts-core/options/make_download_cache.php
+++ b/pts-core/options/make_download_cache.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class make_download_cache
+class make_download_cache implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
include_once("pts-core/functions/pts-functions-install.php");
echo pts_string_header("Phoronix Test Suite - Generating Download Cache");