nodelimit/limitereached not found

Code Rader - October 25, 2006 - 22:11
Project:Shoutcast Streaming Server
Version:HEAD
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

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");
}

#1

sanduhrs - October 28, 2006 - 14:16

I can confirm this bug.
The solution too.
vg

#2

sanduhrs - October 29, 2006 - 12:42
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

Bèr Kessels - May 29, 2007 - 15:34

Patch tested and works as expected.

#4

sanduhrs - December 19, 2007 - 08:07
Project:» Shoutcast Streaming Server
Version:HEAD» HEAD
Status:reviewed & tested by the community» closed
 
 

Drupal is a registered trademark of Dries Buytaert.