diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/action.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php index ba4fc71fb..895a0d48c 100644 --- a/lib/action.php +++ b/lib/action.php @@ -30,6 +30,7 @@ class Action { // lawsuit function init($argarray) { $this->args =& common_copy_args($argarray); + return true; } # For comparison with If-Last-Modified |