From d8a82d362bd0da1b870f4718db3183dabdd11787 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 8 May 2014 21:53:15 +0000 Subject: fixed some Strict notices and a Swiftmailer bug (notice) --- h-source/Application/Include/distributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Include/distributions.php') diff --git a/h-source/Application/Include/distributions.php b/h-source/Application/Include/distributions.php index 14d59d5..048d1d9 100644 --- a/h-source/Application/Include/distributions.php +++ b/h-source/Application/Include/distributions.php @@ -31,7 +31,7 @@ class Distributions } //fill the $allowed property with the list of allowed distros from the distros MySQL table - public function setAllowedList() + public static function setAllowedList() { $distros = new DistrosModel(); -- cgit v1.2.3