We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A small deprecation notice that actually comes from a line that should have been removed all together.
PHP Deprecated: Creation of dynamic property LinkTitles\Target::$titleValue is deprecated in /var/www/html/extensions/LinkTitles/includes/Target.php on line 80 https://github.com/bovender/LinkTitles/blob/c5c142ebbfd62c43ca533931b3c83ccc6f5ee507/includes/Target.php#L80C10-L80C21
PHP Deprecated: Creation of dynamic property LinkTitles\Target::$titleValue is deprecated in /var/www/html/extensions/LinkTitles/includes/Target.php on line 80
$this->titleValue = $this->title->getTitleValue(); // Should be removed - $this->titleValue is never used
The text was updated successfully, but these errors were encountered:
Fixed bovender#74
cc7ef0e
No branches or pull requests
A small deprecation notice that actually comes from a line that should have been removed all together.
PHP Deprecated: Creation of dynamic property LinkTitles\Target::$titleValue is deprecated in /var/www/html/extensions/LinkTitles/includes/Target.php on line 80
https://github.com/bovender/LinkTitles/blob/c5c142ebbfd62c43ca533931b3c83ccc6f5ee507/includes/Target.php#L80C10-L80C21
The text was updated successfully, but these errors were encountered: