From 3540ada84ff9c64a0c4f8354cbc69032281907f2 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 3 Aug 2010 22:33:53 -0700 Subject: [PATCH] added data passing variable in $a (app) for photos --- boot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.php b/boot.php index f53d757e83..f1f955637e 100644 --- a/boot.php +++ b/boot.php @@ -33,6 +33,7 @@ class App { public $cid; public $contact; public $content; + public $data; public $error = false; public $cmd; public $argv;