Skip to content

Commit

Permalink
Bug: 14601 This is a static property.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 27, 2017
1 parent 2954806 commit 5209980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync.php
Expand Up @@ -1197,7 +1197,7 @@ protected function _handleOptionsRequest()
$as_headers = implode("\r\n", $this->activeSyncHeader());
$version_header = $this->versionHeader();
$cmd_header = $this->commandsHeader();
$this->_logger->meta(sprintf(
self::$_logger->meta(sprintf(
"Returning OPTIONS response:\r\n%s\r\n%s\r\n%s",
$as_headers, $version_header, $cmd_header)
);
Expand Down

0 comments on commit 5209980

Please sign in to comment.