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:
authorrdoherty@mozilla.com <rdoherty@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2008-10-23 16:04:48 (GMT)
committer rdoherty@mozilla.com <rdoherty@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2008-10-23 16:04:48 (GMT)
commit3a24fe93a2b36a5fc874bae78bab766b428dc223 (patch)
tree700ff4c58a5882b4ca75a207802316f7aa3e13d6 /site/app/app_controller.php
parent94a7730186cd47395c0ef800e55b3c765d17d2f2 (diff)
bug 456129, collections webview, r=fwenzel
git-svn-id: http://svn.mozilla.org/addons/trunk@19295 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'site/app/app_controller.php')
-rw-r--r--site/app/app_controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/app_controller.php b/site/app/app_controller.php
index fa6a6a9..a94ee20 100644
--- a/site/app/app_controller.php
+++ b/site/app/app_controller.php
@@ -59,7 +59,7 @@ class AppController extends Controller
* array keys not to be sanitized when using publish()
*/
var $dontsanitize = array('icondata', 'locale','locale_html', 'created', 'modified',
- 'datestatuschanged', 'DateLastActive');
+ 'datestatuschanged', 'DateLastActive', 'dateadded');
function __construct() {
parent::__construct();