diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index 9f492b40..46e57055 100755 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -3,7 +3,10 @@ * Reports section of the CMS. * * All reports that should show in the ReportAdmin section - * of the CMS need to subclass {@link SSReport}. + * of the CMS need to subclass {@link SSReport}, and implement + * the appropriate methods and variables that are required. + * + * @see SSReport * * @package cms * @subpackage reports