CMS MADE SIMPLE FORGE

Banners Module

 

[#2279] Wrong preference name in action.link.php

avatar
Created By: Carsten Wiedmann (wiedmann)
Date Submitted: Wed May 21 23:53:39 -0400 2008

Assigned To:
Version: None
CMSMS Version: None
Severity: None
Resolution: None
State: Open
Summary:
Wrong preference name in action.link.php
Detailed Description:
You must use:
$this->GetPreference("subnet_exclusions")

and not:
$this->GetPreference("subnet_exclusion")


BTW:
There are also some notices with this module. Please test your module with
error_reporting(E_ALL)!


History