mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Move e107_admin/sql 'extended' classes to e107_core/sql
This commit is contained in:
@@ -705,7 +705,7 @@ class e107plugin
|
||||
|
||||
function manage_extended_field_sql($action, $field_name)
|
||||
{
|
||||
$f = e_ADMIN.'sql/extended_'.preg_replace('/[^\w]/', '', $field_name).'.php'; // quick security, always good idea
|
||||
$f = e_CORE.'sql/extended_'.preg_replace('/[^\w]/', '', $field_name).'.php'; // quick security, always good idea
|
||||
|
||||
if(!is_readable($f)) return false;
|
||||
|
||||
|
Reference in New Issue
Block a user