Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Updating contrib businessprocess-icinga-cronk (fixes #3690)
Browse files Browse the repository at this point in the history
Remote version: 3602108538f99e494f0ac9201aac90fd6ad17f3d
                Mon Feb 11 16:48:10 2013 +0100
  • Loading branch information
lazyfrosch committed Feb 11, 2013
1 parent 5da9fae commit 1cabeaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function hasCompleteConfiguration() {
} }


public function setName($name) { public function setName($name) {
$this->name = $name; $this->name = trim(str_replace(":","",$name));
} }


public function setLongName($name) { public function setLongName($name) {
Expand Down Expand Up @@ -266,4 +266,4 @@ public function __toConfig($noSub = false) {
return $string; return $string;
} }


} }
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
}, },
applyState: function(state) { applyState: function(state) {
if(!state) { if(!state) {
this.autoRefresh = true; this.autoRefresh = false;
this.toggleAutorefresh(null,true,true); this.toggleAutorefresh(null,false,true);
return null; return null;
} }
if(state.conf) if(state.conf)
Expand Down
3 changes: 3 additions & 0 deletions contrib/businessprocess-icinga-cronk/doc/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
1.2.3
------------------------------
* Bugfix in config parser
2 changes: 1 addition & 1 deletion contrib/businessprocess-icinga-cronk/doc/VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
1.2.2. 1.2.3rc

0 comments on commit 1cabeaf

Please sign in to comment.