VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Rixters on May 11, 2015, 20:33:30 PM

Title: What is '__SUPER_ADMIN_GID', 25 used for?
Post by: Rixters on May 11, 2015, 20:33:30 PM
We are developing a new site in VM and I cam accross the following code in: administrator/components/com_virtuemart/models/user.php

    // Hardcoded groupID of the Super Admin
    define ('__SUPER_ADMIN_GID', 25);

Where is this define used and does is have to be 8? We are usinh Joomla 3.4.1 with VM 3.0.8

Hope someone can point me in the right direction...