diff options
author | redmatrix <git@macgirvin.com> | 2016-07-27 22:40:33 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-27 22:40:33 -0700 |
commit | 02fc082e45cfaf6b313f40f1107122837019dd32 (patch) | |
tree | 7692236988131e85215d45196cbd98fa745a281b | |
parent | be1ffca6f41cef79c481ce58a2cd3c5fc16fd8b2 (diff) | |
download | volse-hubzilla-02fc082e45cfaf6b313f40f1107122837019dd32.tar.gz volse-hubzilla-02fc082e45cfaf6b313f40f1107122837019dd32.tar.bz2 volse-hubzilla-02fc082e45cfaf6b313f40f1107122837019dd32.zip |
github didn't accept the last push. Touching the files to force a git revision
-rw-r--r-- | Zotlabs/Module/Rmagic.php | 1 | ||||
-rw-r--r-- | util/po2php.php | 1 | ||||
-rw-r--r-- | view/it/hstrings.php | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Module/Rmagic.php b/Zotlabs/Module/Rmagic.php index e144c9376..9252d1f1d 100644 --- a/Zotlabs/Module/Rmagic.php +++ b/Zotlabs/Module/Rmagic.php @@ -2,7 +2,6 @@ namespace Zotlabs\Module; - class Rmagic extends \Zotlabs\Web\Controller { function init() { diff --git a/util/po2php.php b/util/po2php.php index 7aadcac37..50941c062 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -1,6 +1,5 @@ <?php - function po2php_run($argc,$argv) { if ($argc < 2) { diff --git a/view/it/hstrings.php b/view/it/hstrings.php index 03024afab..21e413144 100644 --- a/view/it/hstrings.php +++ b/view/it/hstrings.php @@ -1,5 +1,6 @@ <?php + if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ return ($n != 1);; |