From: Mike Macgirvin Date: Wed, 4 Aug 2010 05:33:53 +0000 (-0700) Subject: added data passing variable in $a (app) for photos X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3540ada84ff9c64a0c4f8354cbc69032281907f2;p=friendica.git added data passing variable in $a (app) for photos --- 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;