diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-03 22:33:53 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-03 22:33:53 -0700 |
commit | 3540ada84ff9c64a0c4f8354cbc69032281907f2 (patch) | |
tree | 8b5189a294bb12b05cf24e1e6e51100774e79894 /boot.php | |
parent | 2af943d7526703db4d5d2fb9dbd2f00600d8f1bb (diff) | |
download | volse-hubzilla-3540ada84ff9c64a0c4f8354cbc69032281907f2.tar.gz volse-hubzilla-3540ada84ff9c64a0c4f8354cbc69032281907f2.tar.bz2 volse-hubzilla-3540ada84ff9c64a0c4f8354cbc69032281907f2.zip |
added data passing variable in $a (app) for photos
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ class App { public $cid; public $contact; public $content; + public $data; public $error = false; public $cmd; public $argv; |