1
Hi,
I had some problems with cloning the default template in XOOPS 2.0.7.
I don't know if others also experienced problems but it looks like the function clone() was changed to xoopsClone().
I solved it by changing the following file:
./modules/system/admin/tplsets/main.php
Changed every call of clone() --> xoopsClone()
The call occurs on the following lines:
498
517
529
893
996
1034
1058
1145
1267
Regards,
Skunny