diff options
author | redmatrix <git@macgirvin.com> | 2016-05-19 22:47:20 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-19 22:47:20 -0700 |
commit | 2e83c17e2d4969263dbe87cf1b95faa8e71a7209 (patch) | |
tree | d5dcea5917e1741c9724b1a062873318d1d75f35 | |
parent | f228bf4555ad8a8bfa87a0905858738dcc172687 (diff) | |
download | volse-hubzilla-2e83c17e2d4969263dbe87cf1b95faa8e71a7209.tar.gz volse-hubzilla-2e83c17e2d4969263dbe87cf1b95faa8e71a7209.tar.bz2 volse-hubzilla-2e83c17e2d4969263dbe87cf1b95faa8e71a7209.zip |
roll minor version, change example text
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index d37182a4d..65690f8ce 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -32,7 +32,7 @@ require_once('include/html2plain.php'); /* * The notifier is typically called with: * - * proc_run('php', "include/notifier.php", COMMAND, ITEM_ID); + * Zotlabs\Daemon\Master::Summon(array('Notifier', COMMAND, ITEM_ID)); * * where COMMAND is one of the following: * @@ -46,7 +46,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.7' ); +define ( 'STD_VERSION', '1.7.1' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1168 ); |