Change the way how to get the steps - refs #7279

1.9.x
Angel Fernando Quiroz Campos 11 years ago
parent 11f912d857
commit 99e0236835
  1. 3
      plugin/tour/ajax/steps.ajax.php

@ -16,8 +16,7 @@ if (!api_is_anonymous()) {
$tourPlugin = Tour::create();
$jsonData = file_get_contents('../config/tour.json');
$json = json_decode($jsonData, true);
$json = $tourPlugin->getTourCofig();
$currentPageSteps = array();

Loading…
Cancel
Save