Download & Extend

Fails to include a file in links_admin.module

Project:Links Package
Version:6.x-1.2
Component:Code: links_admin.module
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

line 13:
require_once "links.inc";

replace with:
module_load_include('inc','links','links');

that should fix include/require errors in some hosts

Comments

#1

i think this fix should be commited to the stable release as soon as possible, without further waiting for the next major/minor version in the dev branch... so rather as a patch 6.x-1.2-1

nobody click here