- fixing a invaild if that has slipped in.
parent
30c546931d
commit
2feb19abc2
|
@ -1018,7 +1018,7 @@ function field_set($string, $name, $value) {
|
|||
function link_page() {
|
||||
global $custom_links;
|
||||
|
||||
if (0 && is_array($custom_links)) {
|
||||
if (is_array($custom_links)) {
|
||||
return $custom_links;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue