diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-28 16:02:47 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-31 10:30:17 +0200 |
commit | c20aa6062c38d81d19d53bad3a65f78e95b126c9 (patch) | |
tree | 352ed5b86c4167d1a64bb8c834005c94b450b456 /doc | |
parent | b2a51db14e61e3f742b4a0e11bcb22e5c6e12800 (diff) | |
download | volse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.tar.gz volse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.tar.bz2 volse-hubzilla-c20aa6062c38d81d19d53bad3a65f78e95b126c9.zip |
get rid of get_app()
Diffstat (limited to 'doc')
-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). |