projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af943d
)
added data passing variable in $a (app) for photos
author
Mike Macgirvin
<mike@macgirvin.com>
Wed, 4 Aug 2010 05:33:53 +0000
(22:33 -0700)
committer
Mike Macgirvin
<mike@macgirvin.com>
Wed, 4 Aug 2010 05:33:53 +0000
(22:33 -0700)
boot.php
patch
|
blob
|
history
diff --git
a/boot.php
b/boot.php
index f53d757e834000fec0726011deb56bcf1a7ff021..f1f955637e084e4c409fa98838b743c539a0e525 100644
(file)
--- 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;