pluginsGLPI / customfields

customfields plugin for GLPI
GNU General Public License v2.0
13 stars 4 forks source link

Error in profile.class.php #26

Closed slopneal closed 10 years ago

slopneal commented 10 years ago

Although you have removed the profile's feature, there is an error in the its class.

*\ inc/profile.class.php 163: WHERE id = '$profiles_id'"; //'$ID'";

dethegeek commented 10 years ago

Please, can you describe the misbehavior this bug is responsible for ?

(After a first review, your report seems correct)

slopneal commented 10 years ago

When you access to the tab 'CustomFields' inside a profile form the following error appears (in debug mode):

PHP Notice: Undefined variable: ID in C:\wamp\www\glpi\plugins\customfields\inc\profile.class.php at line 163

image