From c92052f164c850884939190443479e25a15afba1 Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 7 Mar 2013 14:50:09 +0200 Subject: [PATCH] phpDoc update --- e107_handlers/application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/application.php b/e107_handlers/application.php index 64a07f0a6..1b503cd01 100644 --- a/e107_handlers/application.php +++ b/e107_handlers/application.php @@ -2925,8 +2925,8 @@ class eControllerFront extends eController protected $access = array(); /** - * Per action access - * Format 'action' => userclass + * User input filter (_GET) + * Format 'action' => array(var => validationArray) * @var array */ protected $filter = array();