From 2352842543c11986ae8d20440fc81d5e95bd7cc5 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 4 Mar 2018 11:58:56 +0100 Subject: [PATCH] [module.professor] GET (first URL0 argument '0' or '1' to activate VH data) --- build/api/module/professorController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/api/module/professorController.php b/build/api/module/professorController.php index 4a45714..b7f0b69 100644 --- a/build/api/module/professorController.php +++ b/build/api/module/professorController.php @@ -53,7 +53,7 @@ class professorController{ ---------------------------------------------------------*/ public static function get($args){ $prof_id = null; - $with_vh = null; + $with_vh = ''; extract($args); /* Get the professor repo */