diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-21 02:55:37 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-21 02:55:37 -0500 |
commit | ee4e87f3187fac83710cf5b561599089b6759ff2 (patch) | |
tree | 48357b5e09e2460cf37076412f0096c229b7fc7f | |
parent | b7bf1f87f31dac025875e3ff1e656a077dafe2b3 (diff) |
Move showgroup action to Group category
-rw-r--r-- | actions/showgroup.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 9fa867615..1f66b7514 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -19,7 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * @category Personal + * @category Group * @package Laconica * @author Evan Prodromou <evan@controlyourself.ca> * @author Sarven Capadisli <csarven@controlyourself.ca> @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/lib/feedlist.php'; /** * Group main page * - * @category Personal + * @category Group * @package Laconica * @author Evan Prodromou <evan@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 |