aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-03 22:33:53 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-03 22:33:53 -0700
commit3540ada84ff9c64a0c4f8354cbc69032281907f2 (patch)
tree8b5189a294bb12b05cf24e1e6e51100774e79894
parent2af943d7526703db4d5d2fb9dbd2f00600d8f1bb (diff)
downloadvolse-hubzilla-3540ada84ff9c64a0c4f8354cbc69032281907f2.tar.gz
volse-hubzilla-3540ada84ff9c64a0c4f8354cbc69032281907f2.tar.bz2
volse-hubzilla-3540ada84ff9c64a0c4f8354cbc69032281907f2.zip
added data passing variable in $a (app) for photos
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index f53d757e8..f1f955637 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;