Skip to content

Commit

Permalink
0002329: Fixed a fatal error on login "Call to undefined function: in…
Browse files Browse the repository at this point in the history
…sert_attributes()".

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1185 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Aug 9, 2002
1 parent 8ffbe65 commit 18d206f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core_API.php
Expand Up @@ -118,5 +118,6 @@ function obsolete_config_variable($var, $replace) {
require( 'core_compress_API.php' );
require( 'core_relationship_API.php' );
require( 'core_file_API.php' );
require( 'core_custom_attribute_API.php' );
# --------------------
?>

0 comments on commit 18d206f

Please sign in to comment.