more cleanup; commenting out custom plugin routes until its fixed properly

This commit is contained in:
psychobunny
2014-03-05 17:13:55 -05:00
parent c0cd6148f4
commit 8f7a7fec7d
7 changed files with 26 additions and 26 deletions

View File

@@ -1,14 +1,14 @@
"use strict";
var posts = require('../posts'),
topics = require('../topics'),
categories = require('../categories'),
var posts = require('./../posts'),
topics = require('./../topics'),
categories = require('./../categories'),
rss = require('rss'),
nconf = require('nconf'),
ThreadTools = require('../threadTools'),
CategoryTools = require('../categoryTools');
ThreadTools = require('./../threadTools'),
CategoryTools = require('./../categoryTools');
function hasTopicPrivileges(req, res, next) {
var tid = req.params.topic_id;