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

Convert URI format to not use querystrings for subject areas

parent 91230d9b
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ class UNL_Catalog_Subjects extends DB_DataObject ...@@ -29,7 +29,7 @@ class UNL_Catalog_Subjects extends DB_DataObject
break; break;
case 'querystring': case 'querystring':
default: default:
return $catalog->uri.'?view=subject&id='.$this->id; return $catalog->uri.'courses/'.$this->id;
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment