diff options
author | Friendika <info@friendika.com> | 2011-03-01 20:18:47 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-01 20:18:47 -0800 |
commit | 377f991ac5b1e8c3c679fbbc5e138256bc24715b (patch) | |
tree | 7194d35eec60763cf754ed82d36aaf9737e13862 /boot.php | |
parent | 5ff1462e1e98e97f623022c23deea0147c62327b (diff) | |
download | volse-hubzilla-377f991ac5b1e8c3c679fbbc5e138256bc24715b.tar.gz volse-hubzilla-377f991ac5b1e8c3c679fbbc5e138256bc24715b.tar.bz2 volse-hubzilla-377f991ac5b1e8c3c679fbbc5e138256bc24715b.zip |
switch identities to manage pages
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -197,6 +197,7 @@ class App { public $interactive = true; public $plugins; public $apps; + public $identities; private $scheme; private $hostname; |