Skip to content

Commit

Permalink
Installer: Successview was missing $clang resulting in fatal error. F…
Browse files Browse the repository at this point in the history
…ixed.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@10975 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tim Klingenberg committed Sep 12, 2011
1 parent 4f2fa49 commit b4a112c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/views/installer/success_view.php
@@ -1,4 +1,7 @@
<?php $this->load->view("installer/header_view",array('progressValue' => $progressValue)); ?>
<?php
$clang = &get_instance()->limesurvey_lang;
$this->load->view("installer/header_view",array('progressValue' => $progressValue));
?>

<div class="container_6">

Expand Down

0 comments on commit b4a112c

Please sign in to comment.