All modules should be named Xxx_Core for extensibility. Fixes #1458.

This commit is contained in:
Bharat Mediratta
2010-10-25 21:04:48 -07:00
parent 1cc3d130bc
commit dff1a53696
27 changed files with 27 additions and 27 deletions

View File

@@ -17,5 +17,5 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class Access_Cache_Model extends ORM {
class Access_Cache_Model_Core extends ORM {
}