From 6fa0219202ce4ccc5c4592e66031bb0f7f8be2b0 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 14 Oct 2013 15:51:58 +0000 Subject: added DistroModel to get the list of allowed distros from the database --- h-source/Application/Controllers/BaseController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h-source/Application/Controllers') diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php index 2355569..4644fc1 100644 --- a/h-source/Application/Controllers/BaseController.php +++ b/h-source/Application/Controllers/BaseController.php @@ -164,6 +164,8 @@ class BaseController extends Controller //link to the "discover your hardware" wiki page $data['discoverYourHardwareLink'] = $this->getModule(array('right_column','discover_your_hardware')); + Distributions::setAllowedList(); + $this->append($data); } -- cgit v1.2.3