diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2014-05-08 21:53:15 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2014-05-08 21:53:15 +0000 |
commit | d8a82d362bd0da1b870f4718db3183dabdd11787 (patch) | |
tree | d774b5d0c86f81242bc14596cda3ae1eeb9ed958 /h-source/Application/Include/distributions.php | |
parent | af80b967213a02fc9cd39dbddbdb2ac582b00200 (diff) |
fixed some Strict notices and a Swiftmailer bug (notice)
Diffstat (limited to 'h-source/Application/Include/distributions.php')
-rw-r--r-- | h-source/Application/Include/distributions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |