From 187c19b84e0d253b66bb9505c88852a96beddb75 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 5 Dec 2008 17:22:58 +0000 Subject: [PATCH] canAdd is a class method --- lib/WebGUI/Asset.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 84ee30f2f..3176f9b6b 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -184,6 +184,8 @@ sub assetExists { Verifies that the user has the privileges necessary to add this type of asset. Return a boolean. +A class method. + =head3 session The session variable.