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

sanduhrs’s picture

I can confirm this bug.
The solution too.
vg

sanduhrs’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new585 bytes

Patch attached.
vg

Bèr Kessels’s picture

Patch tested and works as expected.

sanduhrs’s picture

Project: » Shoutcast Streaming Server Statistics
Version: » master
Status: Reviewed & tested by the community » Closed (fixed)