From e29f02659a5328a52042fb43bd3baad321ee3e91 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 23 Jun 2011 19:45:28 +0000 Subject: administrators can now approve device page submitted by anonymous users --- h-source/Application/Include/myFunctions.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'h-source/Application/Include/myFunctions.php') diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php index 174c7ea..4876676 100644 --- a/h-source/Application/Include/myFunctions.php +++ b/h-source/Application/Include/myFunctions.php @@ -4708,6 +4708,10 @@ function goToModeratedItem( $row = array() ) $hardInfo = getHardwareInfoFromId($row['id']); $url = $hardInfo['controller'].'/view/'.Lang::$current.'/'.$row['id'].'/'.encodeUrl($hardInfo['model']); break; + case 'device_app': + $hardInfo = getHardwareInfoFromId($row['id']); + $url = $hardInfo['controller'].'/view/'.Lang::$current.'/'.$row['id'].'/'.encodeUrl($hardInfo['model']); + break; } return 'http://'.DOMAIN_NAME.'/'.$url; } -- cgit v1.2.3