← Back to team overview

phpdevshell team mailing list archive

[Bug 734706] Re: log to database possibly not filtered

 

Note that a reinstall of plugin menus (only menus) is required.

** Changed in: phpdevshell
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of
PHPDevShell, which is a direct subscriber.
https://bugs.launchpad.net/bugs/734706

Title:
  log to database possibly not filtered

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

Bug description:
  When working on a menu having a ' in its name, the log request is not
  filtered:

  INSERT INTO
  			_db_core_logs (id, log_type, log_description, log_time, user_id, user_display_name, menu_id, file_name, menu_name, user_ip)
  		VALUES
  			('', '1', 'User Root User saved.', '1300091210', '1', 'Root User', '885145814', 'user-admin/user-admin.link', 'Edition de l'Utilisateur', '82.230.154.245')



References