diff options
author | redmatrix <git@macgirvin.com> | 2016-07-27 22:40:33 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-28 16:47:08 -0700 |
commit | 0b2d8093092db66c8f2d32d5cfa638cf55ab84a0 (patch) | |
tree | 187a65cf20b4acc11d79f40b24603ec6846cd913 | |
parent | ec383aca031f634b09049426936efe955a196ffa (diff) | |
download | volse-hubzilla-0b2d8093092db66c8f2d32d5cfa638cf55ab84a0.tar.gz volse-hubzilla-0b2d8093092db66c8f2d32d5cfa638cf55ab84a0.tar.bz2 volse-hubzilla-0b2d8093092db66c8f2d32d5cfa638cf55ab84a0.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 26b0c46a6..04536e54e 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 a72a65ba1..ba7fa4afb 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 1abdad30e..2cbbe29f3 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);; |