These conduit methods SHOULD allow unguarded writes.

This commit is contained in:
epriestley
2011-08-16 13:38:14 -07:00
parent 39b4d20ce5
commit 0964a9123f
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class ConduitAPI_daemon_launched_Method extends ConduitAPIMethod {
} }
public function shouldAllowUnguardedWrites() { public function shouldAllowUnguardedWrites() {
return false; return true;
} }
public function getMethodDescription() { public function getMethodDescription() {

View File

@@ -27,7 +27,7 @@ class ConduitAPI_daemon_log_Method extends ConduitAPIMethod {
} }
public function shouldAllowUnguardedWrites() { public function shouldAllowUnguardedWrites() {
return false; return true;
} }
public function getMethodDescription() { public function getMethodDescription() {