Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/app_controller.php
diff options
context:
space:
mode:
authorfwenzel@mozilla.com <fwenzel@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2008-02-01 18:31:10 (GMT)
committer fwenzel@mozilla.com <fwenzel@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2008-02-01 18:31:10 (GMT)
commita020bd01701769fccc837b6fd73078e46f203f15 (patch)
tree0bfa67d34fb54c0de33aefb5656561ea1bdec998 /site/app/app_controller.php
parent95fd30b474c46fbb924974f229731623016f25bd (diff)
Fixing sanitization of discussion dates on addons detail page (bug 414541)
git-svn-id: http://svn.mozilla.org/addons/trunk@9919 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'site/app/app_controller.php')
-rw-r--r--site/app/app_controller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/app/app_controller.php b/site/app/app_controller.php
index ab4130e..76c14a7 100644
--- a/site/app/app_controller.php
+++ b/site/app/app_controller.php
@@ -58,7 +58,8 @@ class AppController extends Controller
/**
* array keys not to be sanitized when using publish()
*/
- var $dontsanitize = array('locale','locale_html', 'created', 'modified', 'datestatuschanged');
+ var $dontsanitize = array('locale','locale_html', 'created', 'modified',
+ 'datestatuschanged', 'DateLastActive');
function __construct() {
parent::__construct();