Skip to content

Commit

Permalink
#11: Additional comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Feb 15, 2019
1 parent d31b140 commit 2a5ff86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/auto_loaders/config.usu.php
@@ -1,6 +1,6 @@
<?php
/**
* Part of Ultimate URLs for Zen Cart.
* Part of Ultimate URLs, v3.0.0+, for Zen Cart.
*
* @copyright Copyright 2019 Cindy Merkin (vinosdefrutastropicales.com)
* @copyright Copyright 2012 - 2015 Andrew Ballanger
Expand All @@ -16,7 +16,8 @@
'loadFile' => 'init_usu.php'
);

// must be 120 since 110 is where the language components are established for the session
// Using 120 since 110 is where the language components are established for the session
// and 161 is where the canonical link is determined
$autoLoadConfig[120][] = array(
'autoType' => 'class',
'loadFile' => 'observers/UsuObserver.php'
Expand Down

0 comments on commit 2a5ff86

Please sign in to comment.