mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
more cleanup; commenting out custom plugin routes until its fixed properly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user