From 4e8a6151bffe3dd810ed6cf6ee693f7f708f6dd1 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 16 Dec 2012 03:17:47 +0000 Subject: [PATCH] * task#980, add more roles. --- module/story/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/story/control.php b/module/story/control.php index 3b73c3f9a0..99c3f314b7 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -80,7 +80,7 @@ class story extends control break; } } - $users = $this->user->getPairs('nodeleted|pofirst'); + $users = $this->user->getPairs('nodeleted|pdfirst'); $moduleOptionMenu = $this->tree->getOptionMenu($productID, $viewType = 'story'); /* Set menu. */ @@ -225,7 +225,7 @@ class story extends control $story = $this->story->getById($storyID); $product = $this->product->getById($story->product); $products = $this->product->getPairs(); - $users = $this->user->getPairs('nodeleted|pofirst'); + $users = $this->user->getPairs('nodeleted|pdfirst'); $moduleOptionMenu = $this->tree->getOptionMenu($product->id, $viewType = 'story'); /* Set menu. */