diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-26 20:40:04 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-26 20:40:04 +0000 |
| commit | 9f37aaa1c29b9b17bee514597ec316130d7531c7 (patch) | |
| tree | f640759a93a683792310de529cf3a57c93d9ddfd /modules/tag/controllers | |
| parent | aa19a79e067c95f3e1c8b3e35fc051b4fa0eddbf (diff) | |
Move Tag_Controller -> Tags_Controller to fit our REST pattern.
Diffstat (limited to 'modules/tag/controllers')
| -rw-r--r-- | modules/tag/controllers/tags.php (renamed from modules/tag/controllers/tag.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/controllers/tag.php b/modules/tag/controllers/tags.php index e16b4fbf..6011179a 100644 --- a/modules/tag/controllers/tag.php +++ b/modules/tag/controllers/tags.php @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -class Tag_Controller extends REST_Controller { +class Tags_Controller extends REST_Controller { protected $resource_type = "tag"; /** |
