Skip to content

Commit

Permalink
[IC] corrected missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
datazen committed Nov 21, 2013
1 parent 9360165 commit 1546dbd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
*/ ?>
</div>
</div>
<?php
if ( is_dir('includes/applications/products/modal') ) {
if ( file_exists('includes/applications/products/modal/addSimpleOption.php') ) include_once($lC_Vqmod->modCheck('includes/applications/products/modal/addSimpleOption.php'));
}
?>
<script>
$(document).ready(function() {
_setSimpleOptionsSortOrder();
Expand Down

0 comments on commit 1546dbd

Please sign in to comment.