Project:Shoutcast Streaming Server Statistics
Version:master
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

small typo

around 188

     
if (_nodelimit_at_max($node->type, $node->uid)) {
    drupal_goto("nodelimit/limitreached");
}

should be
     
if (_nodelimit_at_max($node->type, $node->uid)) {
    drupal_goto("node/limitreached");
}

Comments

#1

I can confirm this bug.
The solution too.
vg

#2

Version:4.7.x-1.x-dev» HEAD
Status:active» reviewed & tested by the community

Patch attached.
vg

AttachmentSize
nodelimit.module-diff-2006-10-29-13-40-42.patch 585 bytes

#3

Patch tested and works as expected.

#4

Project:» Shoutcast Streaming Server Statistics
Version:HEAD» master
Status:reviewed & tested by the community» closed (fixed)
nobody click here