summaryrefslogtreecommitdiff
path: root/_darcs/pristine/actions/tagother.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/actions/tagother.php')
-rw-r--r--_darcs/pristine/actions/tagother.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/_darcs/pristine/actions/tagother.php b/_darcs/pristine/actions/tagother.php
index 4691fef07..ed17ac531 100644
--- a/_darcs/pristine/actions/tagother.php
+++ b/_darcs/pristine/actions/tagother.php
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
class TagotherAction extends Action {
- function handle($args) {
+ function handle($args)
+ {
parent::handle($args);
@@ -49,7 +50,8 @@ class TagotherAction extends Action {
}
}
- function show_form($profile, $error=null) {
+ function show_form($profile, $error=null)
+ {
$user = common_current_user();
@@ -103,7 +105,8 @@ class TagotherAction extends Action {
}
- function save_tags() {
+ function save_tags()
+ {
$id = $this->trimmed('id');
$tagstring = $this->trimmed('tags');
@@ -178,7 +181,8 @@ class TagotherAction extends Action {
}
}
- function show_top($arr = null) {
+ function show_top($arr = null)
+ {
list($profile, $error) = $arr;
if ($error) {
common_element('p', 'error', $error);