diff --git a/src/UNL/Catalog/Subjects.php b/src/UNL/Catalog/Subjects.php index 25f3d453bee92d667ddd55ab26ee3053f073024c..c8b7e7d69716fa1258952252b74da74cb48eab36 100644 --- a/src/UNL/Catalog/Subjects.php +++ b/src/UNL/Catalog/Subjects.php @@ -29,7 +29,7 @@ class UNL_Catalog_Subjects extends DB_DataObject break; case 'querystring': default: - return $catalog->uri.'?view=subject&id='.$this->id; + return $catalog->uri.'courses/'.$this->id; } } }