Skip to content

Commit

Permalink
rebranding: resolve gramm (typo) -> grommunio (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
grammmike committed Jul 19, 2021
1 parent 02dd016 commit 67b5486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autodiscover/autodiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ZPushAutodiscover {
public static function DoZPushAutodiscover() {
self::CheckConfig();
ZLog::Write(LOGLEVEL_DEBUG, '-------- Start ZPushAutodiscover');
ZLog::Write(LOGLEVEL_INFO, sprintf("grommunio-sync version='%s'", @constant('GRAMMSYNC_VERSION')));
ZLog::Write(LOGLEVEL_INFO, sprintf("grommunio-sync version='%s'", @constant('GROMMUNIOSYNC_VERSION')));
// TODO use filterevilinput?
if (!isset(self::$instance)) {
self::$instance = new ZPushAutodiscover();
Expand Down
2 changes: 1 addition & 1 deletion build/version.php.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
define("GRAMMSYNC_VERSION", "__VERSION__");
define("GROMMUNIOSYNC_VERSION", "__VERSION__");
4 changes: 2 additions & 2 deletions lib/webservice/webserviceinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public function ListUserFolders() {
* @return string
*/
public function About() {
ZLog::Write(LOGLEVEL_INFO, sprintf("WebserviceInfo->About(): returning grommunio-sync version '%s'", @constant('GRAMMSYNC_VERSION')));
return @constant('GRAMMSYNC_VERSION');
ZLog::Write(LOGLEVEL_INFO, sprintf("WebserviceInfo->About(): returning grommunio-sync version '%s'", @constant('GROMMUNIOSYNC_VERSION')));
return @constant('GROMMUNIOSYNC_VERSION');
}

/**
Expand Down

0 comments on commit 67b5486

Please sign in to comment.