Skip to content

Commit

Permalink
Update extension.driver.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kanduvisla committed Jul 4, 2013
1 parent 65172bf commit 427e43a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions extension.driver.php
Expand Up @@ -14,9 +14,8 @@ public function about()
'version' => '1.0',
'release-date' => '2011-03-09',
'author' => array(
'name' => 'Giel Berkers',
'website' => 'http://www.gielberkers.com',
'email' => 'info@gielberkers.com'),
'name' => 'Twisted Interactive',
'website' => 'http://www.twisted.nl'),
'description' => 'Involve your clients in your Symphony projects!'
);
}
Expand Down Expand Up @@ -319,4 +318,4 @@ public function uninstall()
Symphony::Database()->query("DROP TABLE `tbl_iyc_comments`");
}

}
}

0 comments on commit 427e43a

Please sign in to comment.