OSDN Git Service

NP_Mediumのインデントの修正
authorsakamocchi <o-takashi@sakamocchi.jp>
Sat, 16 Jun 2012 02:50:01 +0000 (11:50 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Sat, 16 Jun 2012 02:50:01 +0000 (11:50 +0900)
nucleus/plugins/NP_Medium.php

index b35354c..d890eb6 100644 (file)
@@ -245,7 +245,7 @@ class NP_Medium extends NucleusPlugin
                        if ( !$member->isAdmin() && !$CONF['AllowUpload'] )
                        {
                                $this->error(_ERROR_DISALLOWED);
-                       return;
+                               return;
                        }
                        $this->choose();
                        break;
@@ -253,7 +253,7 @@ class NP_Medium extends NucleusPlugin
                        if ( !$member->isAdmin() && !$CONF['AllowUpload'] )
                        {
                                $this->error(_ERROR_DISALLOWED);
-                       return;
+                               return;
                        }
                        $this->upload();
                        break;