update for bug
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Oct 2014 16:44:29 +0000 (12:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Oct 2014 16:44:29 +0000 (12:44 -0400)
GlmQuickSite.php

index f8c71d3..6aecfc0 100644 (file)
@@ -234,7 +234,7 @@ function glmQuickSiteRenderText($fieldName) {
     }
 ?>
     <input type="text" name="glmQuickSite_settings[<?php echo $fieldName;?>]"
-           value="<?php echo strp_replace('"', '&quote;', $options[$fieldName]); ?>">
+           value="<?php echo str_replace('"', '&quote;', $options[$fieldName]); ?>">
 <?php
 }