Skip to content

Commit

Permalink
Merge pull request #855 from tarasfrompir/patch-10
Browse files Browse the repository at this point in the history
Update objects.class.php
  • Loading branch information
sergejey committed Nov 23, 2020
2 parents 9b4c0ad + ff6235a commit 535a7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/objects.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ function removeClassProperty($class_name, $property_name)
}

/**
* Summary of getClassPropertys
* Summary of getClassProperties
* @param mixed $class_name Class name
* @return mixed
*/
function getClassPropertys($class_name)
function getClassProperties($class_name)
{
$class_id = getClass($class_name);

Expand Down

0 comments on commit 535a7f5

Please sign in to comment.