Skip to content
Snippets Groups Projects
Commit 6af1adbf authored by Brett Bieber's avatar Brett Bieber
Browse files

Fix undefined reference, modify setup script

parent 98330506
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,6 @@ cd elgg/mod
# Our Plugins
ln -s ../../cas_auth cas_auth
ln -s ../../customindex customindex
ln -s ../../plugins/flexprofile_mj flexprofile
ln -s ../../unl_theme unl_theme
ln -s ../../plugins/flexfile flexfile
ln -s ../../plugins/flexgroupprofile flexgroupprofile
#ln -s ../../plugins/flexprofile flexprofile
ln -s ../../plugins/form form
......@@ -47,7 +47,7 @@ echo $feedref;
echo elgg_view('metatags',$vars);
?>
<?php
if ($vars[title] == "Edit profile") {
if ($vars['title'] == "Edit profile") {
?>
<script type="text/javascript">
(function(){
......@@ -75,4 +75,4 @@ if ($vars[title] == "Edit profile") {
</script>
<?php
}
?>
\ No newline at end of file
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment