aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/distributions.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Include/distributions.php')
-rw-r--r--h-source/Application/Include/distributions.php2
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();