diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-28 16:02:47 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-28 16:02:47 -0700 |
commit | c5828fecc1fadb4db705bbf94edfa7ff873b491a (patch) | |
tree | ec4048698d2c263189fc9044d0a63d004417305a /doc/dev-function-overview.md | |
parent | d12b360e926c5df8da1639a5935fcd3e9236e4e3 (diff) | |
download | volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.gz volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.bz2 volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.zip |
get rid of get_app()
Diffstat (limited to 'doc/dev-function-overview.md')
-rw-r--r-- | doc/dev-function-overview.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md index fa8a98ff3..cd2526ead 100644 --- a/doc/dev-function-overview.md +++ b/doc/dev-function-overview.md @@ -15,10 +15,6 @@ Returns authenticated numeric channel_id if authenticated and connected to a cha Returns authenticated string hash of Red global identifier, if authenticated via remote auth, or an empty string. -* get_app() - -Returns the global app structure ($a). No longer used as App is a static class - * App::get_observer() returns an xchan structure representing the current viewer if authenticated (locally or remotely). |