Posted by Thomas_Zahreddin on December 10, 2011 at 7:39pm
2 followers
| Project: | Group Admin |
| Version: | 6.x-2.2-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
the naming of some files like groupadmin.config.inc.php is not the way other drupal modules expect them to be named. Therefore strings of these modules are not recognized by potx or the translation server and also coder does not check these files.
Btw. coder is a valueable module.
So i suggest to change the names and include-statements.
Comments
#1
(version 6.x-2.x)
#2
Thanks for the input. Just FYI, naming include files as .inc.php used to be common practice for security reasons because Apache might otherwise display the contents of .inc files. But nowadays we can hopefully assume that Apache is properly configured :)